home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img134.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  3.8 KB  |  472x283  |  1-bit (2 colors)
   ocr: MyClass l Class Private Fieldl : Longint; Field2 : Longint; Field3 : Longint; Pracedure Sety [ value : Longint ): Functian Gety : Longint; Functian Getz : Longint; I : Public Property X : Longint Read Fieldl write Field2 Property Y: : Longint Read GetY Write Sety: Property Z : Longint Read GetZ; end; Var My Class : TMyClass;